CALLGRIND ANNOTATE(1) | Release 3.8.0 | CALLGRIND ANNOTATE(1) |
NAME¶
callgrind_annotate - post-processing tool for the Callgrind
SYNOPSIS¶
callgrind_annotate [options] [callgrind-out-file [source-files...]]
DESCRIPTION¶
callgrind_annotate takes an output file produced by the Valgrind tool Callgrind and prints the information in an easy-to-read form.
OPTIONS¶
-h --help
--version
--show=A,B,C [default: all]
--sort=A,B,C
--threshold=<0--100> [default: 99%]
--auto=<yes|no> [default: no]
--context=N [default: 8]
--inclusive=<yes|no> [default: no]
--tree=<none|caller|calling|both> [default: none]
-I, --include=<dir>
SEE ALSO¶
valgrind(1), $INSTALL/share/doc/valgrind/html/index.html or http://www.valgrind.org/docs/manual/index.html.
AUTHOR¶
Josef Weidendorfer <Josef.Weidendorfer@gmx.de>.
This manual page was written by Philipp Frauenfelder <pfrauenf@debian.org>.
09/18/2012 | Release 3.8.0 |